ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / Visibility Property

In This Topic
    Visibility Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets an enumerated value indicating whether and where the series appears.
    Syntax
    'Declaration
     
    Public Property Visibility As SeriesVisibility
    public SeriesVisibility Visibility {get; set;}
    See Also